home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / isconnected < prev    next >
Text File  |  2001-03-21  |  438b  |  20 lines

  1. Synopsis:
  2.    $isconnected([<server refnum>])
  3.  
  4. Technical:
  5.    This function tells wether a server is fully connected and ready to
  6.    receive data. If no arguments are given, the last server to send you data
  7.    is assumed.
  8.  
  9. Returns:
  10.    1   If <server refnum> is connected and ready
  11.    else returns -1
  12.  
  13. Examples:
  14.    /window refnum 1 server irc.primenet.com
  15.    $isconnected(1)              returns 1
  16.  
  17. See Also:
  18.    servername(6)
  19.  
  20.